projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83fc4d5
)
GtkListBox: get_row_at_y can return NULL
author
Timm Bäder
<mail@baedert.org>
Wed, 6 Jan 2016 09:46:29 +0000
(10:46 +0100)
committer
Timm Bäder
<mail@baedert.org>
Wed, 6 Jan 2016 15:02:58 +0000
(16:02 +0100)
gtk/gtklistbox.c
patch
|
blob
|
history
diff --git
a/gtk/gtklistbox.c
b/gtk/gtklistbox.c
index be879d45c7cbcdc98f4457427a6538bc12c16dec..85c8585dbf893c0bdd1353dd3362a53a48756e46 100644
(file)
--- a/
gtk/gtklistbox.c
+++ b/
gtk/gtklistbox.c
@@
-721,7
+721,8
@@
gtk_list_box_get_row_at_index (GtkListBox *box,
*
* Gets the row at the @y position.
*
- * Returns: (transfer none): the row
+ * Returns: (transfer none) (nullable): the row or %NULL
+ * in case no row exists for the given y coordinate.
*
* Since: 3.10
*/